﻿a {
    color: rgba(58,130,170);
}
.black_red, .black_red A:visited, .black_red A:link {
    color: #333;
    text-decoration: none;
}

    .black_red a:hover, .black_red a:active {
        color: #F69;
        text-decoration: underline;
        cursor: pointer;
    }
.black_blue, .black_blue A:visited, .black_blue A:link {
    color: #333;
    text-decoration: none;
}

    .black_blue a:hover, .black_blue a:active {
        color: rgba(15,125,181);
        text-decoration: underline;
        cursor: pointer;
    }
.white_blue, .white_blue A:visited, .white_blue A:link {
    color: #fff;
    text-decoration: none;
}

    .white_blue a:hover, .white_blue a:active {
        color: rgba(58, 130, 170, 1);
        text-decoration: underline;
        cursor: pointer;
    }
.gray, .gray A:visited, .gray A:link {
    color: #888;
    text-decoration: none;
}

    .gray A:hover, .gray:active {
        color: #ff2894;
        text-decoration: underline;
        cursor: pointer;
    }

.red, .red A:visited, .red A:link {
    color: #a70f0d;
    text-decoration: none
    /*#cd599a*/;
}

    .red A:hover, .red:active {
        color: #ff2894;
        text-decoration: underline;
        cursor: pointer;
    }

.green, .green a:visited, .green a:link {
    color: #188D61;
}

    .green a:hover, .green a:active {
        color: #008151;
        text-decoration: underline;
    }

.blue, .blue a:visited, .blue a:link {
    color: rgba(15, 125, 181, 1); /*#0088cc;*/
    text-decoration: none;
}

    .blue a:hover, .blue a:focus {
        color: #3399ff;
        text-decoration: underline;
        cursor: pointer;
    }

.blue_red, .blue_red a:visited, .blue_red a:link {
    color: rgba(58, 130, 170, 0.99); /*#0088cc;*/
    text-decoration: none;
}

    .blue_red a:hover, .blue_red a:focus {
        color: #FF6699;
        text-decoration: underline;
        cursor: pointer;
    }

.white, .white a:visited, .white a:link {
    color: white;
}

    .white a:hover, .white a:active {
        color: white;
        text-decoration: none;
    }

.zise, .zise a:visited, .zise a:link {
    color: #551a8b;
    text-decoration: none;
}

    .zise a:hover, .zise a:active {
        color: #551a8b;
        text-decoration: underline;
    }

.hidden {
    display: none;
}
/*公用锐角*/
.radius {
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.radius1 {
    background-color: #FFFFFF;
    border-radius: 1px 1px 1px 1px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.radius2 {
    background-color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.radius3 {
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.radius5 {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.btnradius10 {
    background-color: #f7f7f7;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
    padding: 3px;
}

    .btnradius10:hover {
        background-color: #e6e6e6;
        border: 3px solid #65c5b3;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}
.navbar-nav {
z-index:1000;
}
.backtotop {
    background: url("/html/SkinStyles/Images/ControlImages/backtotop.gif") no-repeat scroll center center rgba(15, 125, 181, 1);
    /*#777 */
    border-radius: 4px 4px 4px 4px;
    display: block;
    float: left;
    height: 50px;
    margin-bottom: 15px;
    outline: 0 none;
    position: relative;
    text-indent: -9999em;
    width: 50px;
    bottom: 35px;
    position: fixed;
    right: 10px;
    z-index: 999;
}